(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/exec.h>
UWORD GetCC()
LOCATION
In SysBase at offset 88
FUNCTION
Read the contents of the CPU condition code register in a system independant way. The flags return will be in the same format as the Motorola MC680x0 family of microprocessors.

INPUTS
None.
RESULT
The CPU condition codes or ~0ul if this function has not been implemented.

NOTES
EXAMPLE
BUGS
This function may not be implemented on platforms other than Motorola mc680x0 processors.

SEE ALSO
SetSR()
INTERNALS
HISTORY
05.08.1997 iaint
Kernel Changes - These are mostly functions which are normally implemented by the kernel, but might not be.